Einhugur Xml Plugin for Xojo
Node.PrependChild Method
Prepends a child node of given type to the node, returning the newly created node.
PrependChild(
type
as
EinhugurXml.NodeType
)
as
EinhugurXml.Node
Parameters
type
Type of the node to append.
Returns
EinhugurXml.Node
Remarks
See Also
Node Class